home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
man
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-19
|
183 b
|
17 lines
alias man
{
if ([$0])
{
fe (1 2 3 4 5 6 7 8 n) man.type
{
if (glob($help_path/$man.type*/$0))
{
help $man.type $*
help -wait
}
}
}
}
#Dawid Kuroczko'97